projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380ab5c
)
x86: config: chromebook_link: Enable environment
author
Simon Glass
<
[email protected]
>
Tue, 20 Jan 2015 05:16:17 +0000
(22:16 -0700)
committer
Simon Glass
<
[email protected]
>
Sat, 24 Jan 2015 13:13:46 +0000
(06:13 -0700)
Enable an environment area.
Signed-off-by: Simon Glass <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
include/configs/chromebook_link.h
patch
|
blob
|
history
diff --git
a/include/configs/chromebook_link.h
b/include/configs/chromebook_link.h
index 6e8b9efb458205166dac022b56f1213f420657f0..7b460e83c45726004a605b9ef3a5775e6cc000c5 100644
(file)
--- a/
include/configs/chromebook_link.h
+++ b/
include/configs/chromebook_link.h
@@
-64,6
+64,13
@@
#define CONFIG_CMD_CROS_EC
#define CONFIG_ARCH_EARLY_INIT_R
+#undef CONFIG_ENV_IS_NOWHERE
+#undef CONFIG_ENV_SIZE
+#define CONFIG_ENV_SIZE 0x1000
+#define CONFIG_ENV_SECT_SIZE 0x1000
+#define CONFIG_ENV_IS_IN_SPI_FLASH
+#define CONFIG_ENV_OFFSET 0x003f8000
+
#define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \
"stdout=vga,serial\0" \
"stderr=vga,serial\0"